home *** CD-ROM | disk | FTP | other *** search
/ Plug Into a Brand New World / Plug Into a Brand New World Version 1.3.BIN / IOFLEX-1CP / WinNT / SNPCICTL.cpl / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2001-03-19  |  3KB  |  131 lines

  1. object Form2: TForm2
  2.   Left = 240
  3.   Top = 145
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Serial Ports Setup'
  7.   ClientHeight = 302
  8.   ClientWidth = 274
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel3: TBevel
  22.     Left = 4
  23.     Top = 48
  24.     Width = 265
  25.     Height = 249
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 4
  29.     Top = 4
  30.     Width = 265
  31.     Height = 41
  32.   end
  33.   object L_SetCOM: TLabel
  34.     Left = 76
  35.     Top = 8
  36.     Width = 34
  37.     Height = 16
  38.     Caption = 'COM'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 20
  48.     Top = 80
  49.     Width = 233
  50.     Height = 58
  51.     Shape = bsFrame
  52.   end
  53.   object ModelDescription: TLabel
  54.     Left = 12
  55.     Top = 28
  56.     Width = 82
  57.     Height = 13
  58.     Caption = 'ModelDescription'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlue
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object CB_FIFO_32: TCheckBox
  67.     Left = 30
  68.     Top = 88
  69.     Width = 129
  70.     Height = 17
  71.     Caption = 'Use 32 Bytes FIFO  '
  72.     Checked = True
  73.     State = cbChecked
  74.     TabOrder = 0
  75.     OnClick = CB_FIFO_32Click
  76.   end
  77.   object CB_AFE: TCheckBox
  78.     Left = 30
  79.     Top = 56
  80.     Width = 161
  81.     Height = 17
  82.     Caption = 'Auto Flow Control Enable'
  83.     Checked = True
  84.     State = cbChecked
  85.     TabOrder = 1
  86.   end
  87.   object RG_RxTriggerLevel: TRadioGroup
  88.     Left = 20
  89.     Top = 148
  90.     Width = 233
  91.     Height = 105
  92.     Caption = '   Receive Trigger Level   '
  93.     ItemIndex = 3
  94.     Items.Strings = (
  95.       '1 Bytes'
  96.       '4 Bytes'
  97.       '8 Bytes'
  98.       '14 Bytes')
  99.     TabOrder = 2
  100.   end
  101.   object Button1: TButton
  102.     Left = 40
  103.     Top = 264
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Ok'
  107.     TabOrder = 3
  108.     OnClick = Button1Click
  109.   end
  110.   object Button2: TButton
  111.     Left = 160
  112.     Top = 264
  113.     Width = 75
  114.     Height = 25
  115.     Caption = 'Cancel'
  116.     TabOrder = 4
  117.     OnClick = Button2Click
  118.   end
  119.   object CB_FIFO_64: TCheckBox
  120.     Left = 30
  121.     Top = 116
  122.     Width = 129
  123.     Height = 17
  124.     Caption = 'Use 64 Bytes FIFO  '
  125.     Checked = True
  126.     State = cbChecked
  127.     TabOrder = 5
  128.     OnClick = CB_FIFO_64Click
  129.   end
  130. end
  131.